'Declaration
Public Function New( _ ByVal clientSelector As EasyAEClientSelector, _ ByVal aliasProvider As IAliasProvider, _ ByVal arguments As IEnumerable(Of AEEventsSubscriptionArguments) _ )
'Usage
Dim clientSelector As EasyAEClientSelector Dim aliasProvider As IAliasProvider Dim arguments As IEnumerable(Of AEEventsSubscriptionArguments) Dim instance As New AENotificationObservable(clientSelector, aliasProvider, arguments)
public AENotificationObservable( EasyAEClientSelector clientSelector, IAliasProvider aliasProvider, IEnumerable<AEEventsSubscriptionArguments> arguments )
public: AENotificationObservable( EasyAEClientSelector^ clientSelector, IAliasProvider^ aliasProvider, IEnumerable<AEEventsSubscriptionArguments^>^ arguments )
Parameters
- clientSelector
- The selector of the client object that is used for OPC Alarms&Events operations.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - aliasProvider
- The alias provider to be used for resolving aliases by this reactive object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - arguments
- The OPC events to be observed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).